[CA][mejuri.com] Autofill is not working at all on some fields and not all the fields are populated at once
Categories
(Toolkit :: Form Autofill, task, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox118 | --- | affected |
People
(Reporter: asoncutean, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [fxcm-addr-compatibility])
Attachments
(1 file)
189.12 KB,
image/gif
|
Details |
Found in
- 118.0a1
Affected versions
- 118.0a1
Affected platforms
- Windows 10
Preconditions:
- browser.search.region set to CA
- have at least one address saved in about:preferences#privacy
Steps to reproduce
- Reach the Address form on https://mejuri.com/
- Hover over any saved address entry and observe the autofill preview behavior
- Select 1 saved address entry
Expected result
- The preview should be properly done for all the eligible fields.
- All the fields should be auto-filled with accurate data.
Actual result
- The autofill is not working for the Country and the Apt/Unit fields.
- The fields bellow "We don't ship to PO Boxes, that extends afterwards should also be autofill directly, without any additional entry trigger.
Regression
- N/A.
Additional notes
- The first actual result is reproducible on Chrome as well, but the second one is not reproducible, all fields are populated at once.
- Fathon sample
Comment 1•2 years ago
|
||
:asoncutean, if you think that's a regression, could you try to find a regression range using for example mozregression?
Updated•2 years ago
|
Comment 2•1 year ago
|
||
Some notes after investigating this:
-
the country field isn't a real dropdown menu so it cannot be detected. Other browsers do not detect it either. We only handle <input> and <select> elements.
-
the city/province/postcode/phone fields are only added to the document when the street address is filled in, so the scanner for valid fields does not find them. Chrome seems to detect the fields being added and, after a half-second delay, fills them in anyway, except the phone number.
Updated•1 year ago
|
Updated•1 year ago
|
Updated•11 months ago
|
Comment 3•3 months ago
•
|
||
This is no longer a valid bug, since the address form for mejuri.com has been changed in the meantime and the autofill is working ok there. However there is an issue related to the capture doorhanger, that has been logged here: https://bugzilla.mozilla.org/show_bug.cgi?id=1951926
Description
•